-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adds support for disabling Backup Compliance Policy on resource delete #2953
Conversation
APIx bot: a message has been sent to Docs Slack channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small docs change, one question
internal/service/backupcompliancepolicy/resource_backup_compliance_policy.go
Show resolved
Hide resolved
Co-authored-by: Melissa Plunkett <themantissa@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after small copy nit
running tests in qa as dev is currently unstable: https://github.com/mongodb/terraform-provider-mongodbatlas/actions/runs/12752331915 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick edits.
internal/service/backupcompliancepolicy/resource_backup_compliance_policy.go
Show resolved
Hide resolved
* master: doc: Uses weekly option in cloud backup schedule documentation (#2963) chore: Bump tj-actions/verify-changed-files (#2965) chore: Bump srvaroa/labeler from 1.12.0 to 1.13.0 (#2966) chore: Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#2967) chore: Bump github.com/pb33f/libopenapi from 0.19.1 to 0.20.0 (#2968) chore: Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#2969) fix: Updates test to use old schema for data sources in AWS provider configuration (#2962) chore: Uses backend default for zoneName to make tenantUpgrade pass on SDKv2 (#2952) chore: Refactors test checks to only run for TPF due to `[]` in SDKv2 for computed specs (#2955) chore: Ensures advanced configuration updates trigger wait for completion (#2954) chore: Remove usage of fixed 2024-08-05 version in cluster resource and ensure auto scaling mode is not impacted (#2918) chore: Updates CHANGELOG.md for #2953 feat: Adds support for disabling Backup Compliance Policy on resource delete (#2953) chore: Improves Makefile help (#2958)
Description
Link to any related issue(s): CLOUDP-294102 (supporting new delete operation), CLOUDP-293109 (docs clarification)
Tested locally (cloud-dev) that the removal of the resource effectively disabled the Backup Compliance Policy in Atlas UI. In cloud-dev there is no pre-requisite of Disablement Approval. Internal KB has all the details of the process, mentioning how API delete operation fits in.
Type of change:
Required Checklist:
Further comments